Click or drag to resize

CompoundFileOpen Method (Stream)

Opens compound file from the specified stream.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Open(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream.
See Also